home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / Activity / activity.doc < prev    next >
Text File  |  1996-09-26  |  4KB  |  121 lines

  1.  AAA    CCCC  TTTTTTT  III  V     V  III  TTTTTTT  Y     Y
  2. A   A  C         T      I   V     V   I      T      Y   Y
  3. A   A  C         T      I    V   V    I      T       Y Y
  4. AAAAA  C         T      I    V   V    I      T        Y
  5. A   A  C         T      I     V V     I      T        Y
  6. A   A  C         T      I     V V     I      T        Y
  7. A   A   CCCC     T     III     V     III     T        Y
  8. ----------------------------------------------------------
  9.  
  10. There are a lot of programs to monitor CPU activity. Now, this is a program
  11. to monitor YOUR activity. It counts mouse clicks, mouse moves and keystrokes.
  12. Features:
  13.  
  14. * E source included
  15. * Only accepts *REAL* mouseclicks and -movements. Screen boundaries don't
  16.   matter.
  17. * Commodity
  18.  
  19. Disclaimer
  20. ==========
  21.  
  22. I am not responsible for any damage caused directly or indirectly by the use
  23. of any files in this archive.
  24.  
  25. Installing the program
  26. ======================
  27.  
  28. This program does not need any assigns, environment variables etc.
  29. So you can try it without installing it. If you want to install it:
  30. * copy Activity, AStats, Activity.doc and, if you want, the source code.
  31.    An Installer script is provided to do this for you.
  32. * change the tooltypes.
  33.  
  34. When you start the program, a window will appear on your workbench screen,
  35. if you want it. You cannot start it more than once. When you start it a
  36. second time, the interface is opened. Always, even if you have CX_POPUP=NO.
  37. Other commodities this too!
  38. Unless you use FORMAT, the title reads:
  39.  
  40.   L(eft button):a R(ight button):b K(eyboard):c
  41.  
  42. For the keyboard, qualifiers (for example shift) do not count.
  43. I don't add lame helptexts on the menus.
  44.  
  45. You can press some keys in the window:
  46.  
  47. * ESC, Q, H - Hide window
  48. * X - Exit  the program
  49. * R - Reset counters to zero
  50. * A - Show "about" requester
  51. * S - Save window position (if started from WB) and counters
  52. * Help - Show "help" requester
  53.  
  54. Tool types / cli args
  55. =====================
  56.  
  57. * CX_PRIORITY=number - start-priority (for WBStartup)
  58. * CX_POPUP=YES or NO - should the window open at startup?
  59. * CX_POPKEY=hotkey description - key to pop up window
  60.     (Workbench only, default is control alt m)
  61. * X=number - x-coordinate of window
  62. * Y=number - y-coordinate of window
  63. * FORMAT=string - Title of window.
  64.     The following format codes are supported:
  65.       - %L - left mouse button
  66.       - %R - right mouse button
  67.       - %M - mouse move (not updated because it takes far too much CPU time)
  68.       - %K - keyboard
  69.       - %% - % sign
  70.     Default: L:%L R:%R K:%K
  71. * FILE=filename - file for counters (Default: no file)
  72. * SAVETIME=number - Auto-save time, in seconds. (Default: no auto-save)
  73.     The auto-save only saves the counters. All save-commands save the
  74.     counters and the settings (currently only position of window).
  75. * QUITKEY=hotkey description - key to save counters and exit the program.
  76.     This is for safety. If you save on harddisk, you should press this key
  77.     just before you reboot. Otherwise it may corrupt your harddisk
  78.     (rebooting while writing). The default is control lcommand m.
  79. * WIDTH=width of window in pixels - Do not make too small! The program does not check
  80.     it. (Default: 300)
  81.  
  82. AStats program
  83. ==============
  84. AStats is a simple program to show Activity STATisticS. It draws graphs of
  85. the four counters of Activity. It uses the save file of Activity. Give the
  86. filename as an argument. When you run AStats and Activity simultanaously,
  87. you can get a requester "Couldn't save counters". This happens when Activity
  88. wants to save the counters, but AStats has the file open. When this happens,
  89. press "Retry" when AStats is done.
  90.  
  91. History
  92. =======
  93. V2.1 07-Mar-1996
  94.   * Fixed bug causing $0100000C alerts when saving tooltypes when the number
  95.       of tooltypes was odd
  96.   * NewLookMenus for 3.0+ users
  97.   * Window width customizable
  98.   * Window is now activated when opened,
  99.   * The screen the window is on (Workbench) is put to front.
  100.   * New menu option "Extras/AStats" to run AStats
  101. V2.0 26-Jan-1996
  102.   * Added save
  103.   * Now uses less CPU time when window is hidden
  104.   * Removed mouse-move updating: it took too much CPU time
  105.   * Added a very simple statistics program
  106.   * About and help requesters now open on the screen the window is on, not
  107.       on the default public screen
  108.   * More configurable: window title, window position
  109. V1.0 31-Dec-1995
  110.   Initial release
  111.  
  112. My address is:
  113. E-mail:
  114. M.Tjoelker@mpn.cp.philips.com
  115. Snail-mail:
  116. J. Tjoelker
  117. Craterlaan 6
  118. 5632 AG Eindhoven
  119. THE NETHERLANDS
  120.  
  121.